| Server IP : 121.121.20.254 / Your IP : 216.73.217.101 Web Server : Microsoft-IIS/10.0 System : Windows NT WEB-SERVER 10.0 build 20348 (Windows Server 2022) AMD64 User : IUSR ( 0) PHP Version : 8.3.28 Disable Function : NONE MySQL : ON | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /Program Files/Microsoft VS Code/ce099c1ed2/resources/app/node_modules/@vscode/ripgrep/ |
Upload File : |
{
"name": "@vscode/ripgrep",
"version": "1.17.0",
"description": "A module for using ripgrep in a Node project",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/microsoft/vscode-ripgrep"
},
"scripts": {
"postinstall": "node ./lib/postinstall.js"
},
"author": "Rob Lourens",
"license": "MIT",
"dependencies": {
"https-proxy-agent": "^7.0.2",
"yauzl": "^2.9.2",
"proxy-from-env": "^1.1.0"
},
"devDependencies": {
"@types/node": "^20.8.4"
}
}